home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / mach / sparc / kern_return.h < prev    next >
C/C++ Source or Header  |  1995-02-14  |  212b  |  13 lines

  1. /* 
  2.  * Copyright (c) 1994 NeXT, Inc.
  3.  */ 
  4.  
  5. #ifndef    _MACH_SPARC_KERN_RETURN_H_
  6. #define    _MACH_SPARC_KERN_RETURN_H_
  7.  
  8. #ifndef    ASSEMBLER
  9. typedef    int        kern_return_t;
  10. #endif    ASSEMBLER
  11.  
  12. #endif    _MACH_SPARC_KERN_RETURN_H_
  13.